home *** CD-ROM | disk | FTP | other *** search
/ Champak 40 / Vol 40.iso / games / ws_tetri.swf / scripts / frame_66 / DoAction.as
Encoding:
Text File  |  2007-03-21  |  228 b   |  13 lines

  1. this.b_weiter.onPress = function()
  2. {
  3.    this.onPressEvent();
  4.    _root.gotoAndStop("weiter");
  5.    spielWeiter();
  6. };
  7. _root.mc_feld.abd_pause.onPress = function()
  8. {
  9.    spielWeiter();
  10.    gotoAndStop("weiter");
  11. };
  12. stop();
  13.